home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3ia2p.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  51 lines

  1.  
  2. // JavaScript wrapper for r3ia2p.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IA2P_H = 1;
  7. include("oops/r3vector.js")
  8. include("real/intact/r3intact.js")
  9.  
  10.  
  11. var R3CLID_IA2P = 124;
  12.  
  13.  
  14.  
  15.  
  16. R3IA2PA_Points = 124500;
  17. function GetR3IA2PA_Points() {
  18.   return R3Get(this.r3obj, R3IA2PA_Points, R3TID_VECTOR, R3TNF_ARRAY); 
  19. }
  20.  
  21. R3IA2PA_Count = 124501;
  22. function GetR3IA2PA_Count() {
  23.   return R3Get(this.r3obj, R3IA2PA_Count, R3TID_INTEGER, 0); 
  24. }
  25.  
  26. R3IA2PA_1P = 124502;
  27. function SetR3IA2PA_1P(value) {
  28.   R3Set(this.r3obj, R3IA2PA_1P, value, R3TID_BOOLEAN, 0); 
  29. }
  30.  
  31. R3IA2PA_NoDraw = 124503;
  32. function SetR3IA2PA_NoDraw(value) {
  33.   R3Set(this.r3obj, R3IA2PA_NoDraw, value, R3TID_BOOLEAN, 0); 
  34. }
  35.  
  36.  
  37.  
  38. function r3Ia2p () { 
  39.    this.base = r3God;
  40.    if(arguments.length) {
  41.       this.base(R3CLID_IA2P, arguments);
  42.    }
  43.    // Attributes
  44.    this.GetPoints=GetR3IA2PA_Points;
  45.    this.GetCount=GetR3IA2PA_Count;
  46.    this.Set1P=SetR3IA2PA_1P;
  47.    this.SetNoDraw=SetR3IA2PA_NoDraw;
  48. }
  49.  
  50. r3Ia2p.prototype=new r3Intact;
  51. // r3ia2p.h_H